home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / camera tripod rampage < prev    next >
Text File  |  1999-06-15  |  588b  |  33 lines

  1. Category: Andrew's Filters 24
  2. Title: Camera Tripod Rampage...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: CamTwRmp.8bf
  6.  
  7. R:max(min(max(c,src(x+val(6,-50,50),y+val(7,-50,50),z)),ctl(0)),ctl(1))
  8.  
  9. G:max(min(max(c,src(x+val(6,-50,50),y+val(7,-50,50),z)),ctl(2)),ctl(3))
  10.  
  11. B:max(min(max(c,src(x+val(6,-50,50),y+val(7,-50,50),z)),ctl(4)),ctl(5))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Min
  16. ctl[1]: Red Max
  17. ctl[2]: Green Min
  18. ctl[3]: Green Max
  19. ctl[4]: Blue Min
  20. ctl[5]: Blue Max
  21. ctl[6]: x
  22. ctl[7]: y
  23.  
  24. val[0]: 122
  25. val[1]: 61
  26. val[2]: 128
  27. val[3]: 21
  28. val[4]: 49
  29. val[5]: 37
  30. val[6]: 105
  31. val[7]: 97
  32.  
  33.